C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace : BaseCollection<T> Class |
For a list of all members of this type, see BaseCollection<T> members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. |
![]() | AddRange | Overloaded. Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | Overloaded. Check if collection contains an item with specified index. |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,T>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |